Welcome![Sign In][Sign Up]
Location:
Search - ado oracle

Search list

[SourceCodevc利用ado连接oracle数据库

Description: vc利用ado连接oracle数据库,在vc6已经测试。
Platform: | Size: 1915971 | Author: cocoalena@163.com | Hits:

[ADO-ODBCoracle_on_cbuilder

Description: C++Builder上存取Oracle的控件源码。直接使用OCI -The controls source for accessing Oracle in C++ Builder, using OCI directly
Platform: | Size: 526336 | Author: 站长 | Hits:

[OracleADO连接Oracle和MS SQL

Description: 本源代码实现同时对数据库Oracle和MS SQL的连接,通过对配置文件的修改来实现,本代码执行生产为dll文件。-source code to the database simultaneously Oracle and MS SQL connectivity, the configuration file through changes to achieve the production code execution dll file.
Platform: | Size: 13312 | Author: 谢刚 | Hits:

[ADO-ODBCADOConnection

Description: 封装了常见的ADO连接字符串,通过调用函数,可以连接到Access\SQLServer\Oracle等数据库-Packaging, a common ADO connection string, by calling the function, Access can connect to the \ SQLServer \ Oracle database
Platform: | Size: 2048 | Author: yhb | Hits:

[OtherjtOracle9

Description: 系统前台利用可视化开发工具设计用户界面,使用ADO.NET(可选ODBC等)数据引擎来访问由Oracle设计的后台数据库。系统涵盖了用户注册、修改用户注册信息,添加数据、修改数据、删除数据等多项对数据库中数据的常规操作,系统还涉及对视图、索引、触发器等数据库对象的创建、管理以及维护等操作,以及利用PL/SQL语言进行程序设计、利用存储过程、系统函数完成数据库的高级操作。 本系统较为复杂,为了实现这一目标,把此项目分解成如下几个小项目,最后的作品分阶段作为平时成绩考核的依据之一。 -prospects system using visualization tools, user interface design, use ADO.NET (Optional ODBC) data engine to visit from the background of Oracle Database Design . System covers registered users, modifying user registration information, add data, change data, delete data on the number of database data conventional operation, the system will relate to view, index, Trigger database objects such as the creation, management and maintenance operations, and the use of PL/SQL programming language, the use of stored procedures, completed database system function senior operations. The more complex the system, in order to achieve this goal, the project is divided into the following several small projects. Finally works peacetime achievements in phases as the basis for one of the assessment.
Platform: | Size: 8380416 | Author: 孙乾坤 | Hits:

[ADO-ODBCsreadtest

Description: spread链接Oracle,spread6比vb自带的表格控件明显速度提高,而且支持Oracleoo4o连接。 -spread link Oracle, spread6 than bring their own form vb controls improve the speed significantly, but support Oracleoo4o connection.
Platform: | Size: 3072 | Author: luisfego | Hits:

[Software Engineeringoci

Description: oci(oracle call interface),一般调用数据库都用ADO,但是在大数据量频繁操作数据库的情况下,专用接口更可取,尤其是改变数据的情况。-oci (oracle call interface), the general call to the database using ADO, but the amount of data in the frequent operation of the database, the dedicated interface is more desirable, especially to change the data.
Platform: | Size: 112640 | Author: 骆新 | Hits:

[ADO-ODBCOracleText

Description: 基于MFC的ADO数据库编程。针对Oracle10g测试而做的。内容不多。可以结合之前上传的UseDB来看。关键点在COracleTextView::OnBnClickedButton1()-Based on the MFC Database Programming ADO. For Oracle10g test done. Content of not more than. Can be combined before the upload UseDB view. The key point COracleTextView:: OnBnClickedButton1 ()
Platform: | Size: 57344 | Author: hujie | Hits:

[Database systemado_dll

Description: 这是我开发的利用vc++的ado接口连接并操作sqlserver和oracle的dll动态库。数据库的参数从配置文件pb.ini读取-This is what I use to develop vc++ The ado interface connector and operates sqlserver and oracle of the dynamic library dll. Database parameters pb.ini read from the configuration file
Platform: | Size: 61440 | Author: 侯健 | Hits:

[.netonetry

Description: 用ADO.NET对ORACLE数据库增删改-ORACLE database using ADO.NET for additions and deletions to
Platform: | Size: 41984 | Author: 刘婧 | Hits:

[OtherWrox.Professional.ADO.dot.NET.2.Programming.with.

Description: learn vb.net 200 with sql 2005 and oracle
Platform: | Size: 4760576 | Author: mynameisthuyntb | Hits:

[OracleOracle

Description: 连接orcale数据库,并做查表操作。使用ado连接,操作数据库。-Orcale database connections, and look-up table to do the operation. Using ado to connect, to operate the database.
Platform: | Size: 70656 | Author: zjy | Hits:

[WEB Codecode1

Description: asp如何连接数据库 包括ADO ODBC 等方式连接ACCESS,SQL 2-asp how to connect database such as ADO ODBC connection ACCESS, SQL 2000
Platform: | Size: 2048 | Author: | Hits:

[Database systemsynchronize

Description: 1. 熟悉常用网络数据库的安装和使用 2. 掌握网络数据库的应用编程技术 3. 掌握网络环境下实现数据同步的相关编程知识 4. 掌握网络通信编程的具体应用 Oracle的安装和使用 2、SQL Server的安装和使用 3、数据库应用编程 本次实验采用ADO技术访问Oracle 9i和SqlServer 2000 数据库,用VC++开发,选用MFC开发工具。实验要求中只要求从从站到中心站的同步,这里我们加大难度实现了从站和中心站的互同步。项目名称为:synchronize,即为同步。 本程序分为三个模块:数据库连接操作、通信模块(包括发送和接收)、用户操作更新数据、同步更新数据库模块。 2. 通信模块(包括发送和接收)模块(Comm) a) 功能:用于将从站的insert 语句发送到中心站,中心站正确 执行后将学号返回给从站,从站更新数据库。 同时在中心站上时接收从站的insert语句。 b) 工作流程: c) 数据结构:继承MFC中的CSyncSocket类,利用它的功能。 3. 用户操作更新数据模块(User) a) 功能:接收用户对数据库的插入命令,提供用户界面。 b) 工作流程: c) 数据结构: 4. 同步更新数据库模块模块(Asy) a) 功能:将中心站接收到的insert 语句检查后,在中心站上执行,实验中心站的同步。 b) 工作流程: -1. Familiar with the popular web-based database installation and use of 2. Master network database application programming techniques 3. Master data synchronization network environment to achieve the relevant programming knowledge 4. Grasp the concrete application of network communication programming Oracle of the installation and use of 2, SQL Server installation and use of 3, database application programming This experiment using ADO technology to access SqlServer 2000 and Oracle 9i database, using VC++ development, use MFC development tools. Experimental request only requires from the slave to the central station synchronization, here we increase the degree of difficulty to achieve from the station and central station of mutual synchronization. Project name: synchronize, namely synchronization. This program is divided into three modules: the database connection operation, communication modules (including the sending and receiving), the user update the data operatio
Platform: | Size: 573440 | Author: zym | Hits:

[Database systemtestoci

Description: OCI(Oracle Call Interface)是ORACLE公司开发的一个应用程序开发工具,是一个通过访问Oracle数据库的服务器,控制各类SQL语句的执行,进而创建应用程序的的应用程序接口(API)。它支持SQL所有的数据定义,数据操作,查询,事务管理等操作,支持C和C++的数据类型,调用,语法和语义。它提供了一组可对Oracle数据库进行存取的接口子例程(函数)。 OCI程序实质上就是用高级语言写的程序,其特点是内部含有对OCI子函数库的调用,通过在第三代程序设计语言(如C语言)中进行调用可达到存取ORACLE数据库的目的。 本工程包含一个简单的oci封装,封装oci的基本操作,日常开发中对速度要求比较高而ado和普通的odbc方法满足不了要求的情况下可以考虑使用-OCI (Oracle Call Interface) was developed by an ORACLE application development tool, one by accessing the Oracle database server and control the implementation of various types of SQL statements, thereby creating the application s application program interface (API). It supports all SQL data definition, data manipulation, query, transaction management, operation, support C and C++, data types, call, syntax and semantics. It provides a set of Oracle database can access the interface sub-routines (functions). OCI program in essence is to use high-level language to write programs, characterized by an internal subroutine library that contains pairs of OCI calls, by the third-generation programming languages (such as the C language) in a call up to access the ORACLE database purposes. This project contains a simple oci packaging, packaging oci basic operations, the daily development of the speed is relatively high ado and odbc method can not satisfy the normal requirements of
Platform: | Size: 819200 | Author: 帽子 | Hits:

[Database systemado

Description: 应用服务器程序,连接oracle数据库用的服务器段程序-Application Server program, connect to the database
Platform: | Size: 418816 | Author: 钟顺 | Hits:

[Database systemBookSell

Description: 应用ADO链接Oracle数据库 实现管理图书销售功能-Applied ADO Oracle database link feature to achieve management book sales
Platform: | Size: 2852864 | Author: | Hits:

[OracleADO-Connection

Description: Connect to an Oracle Database from Visual Basic 6
Platform: | Size: 34816 | Author: ranju | Hits:

[OracleVCPP-connect-Oracle-Database

Description: 详细讲解了VC++中连接Oracle数据库的几种方法,有odbc,ado,proc,oci-Explained in detail to connect VC++, Oracle database in several ways, there are odbc, ado, proc, oci
Platform: | Size: 262144 | Author: kulong | Hits:

[ADO-ODBCADO-ODBC

Description: ADO与ODBC的区别   有很多种使用数据库的方法,对大多数数据库来说,选择C++这种产品也许并不适宜。我们知道,像dBASE IV,FoxPro,Oracle和Access这样的产品是完全以数据库管理为中心的。-The difference between ADO and ODBC database there are many ways for most databases, choose C++ This product may not be appropriate. We know that, like dBASE IV, FoxPro, Oracle and Access such as database management product is entirely centered.
Platform: | Size: 15360 | Author: 戴页 | Hits:
« 1 2 34 5 6 7 »

CodeBus www.codebus.net